home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / The Journal / _SETUP.1 / Journal.exe / 0 / RCDATA / TJOURNALUNLOCKFORM / TJOURNALUNLOCKFORM.txt
Encoding:
Text File  |  1996-12-12  |  2.4 KB  |  119 lines

  1. inherited JournalUnlockForm: TJournalUnlockForm
  2.   BorderStyle = bsDialog
  3.   Caption = 'The Jounal - Unlock'
  4.   ClientHeight = 310
  5.   ClientWidth = 311
  6.   PixelsPerInch = 96
  7.   TextHeight = 13
  8.   object Panel1: TPanel [1]
  9.     Left = 16
  10.     Top = 160
  11.     Width = 280
  12.     Height = 113
  13.     TabOrder = 1
  14.     object EnterPasswordLabel: TLabel
  15.       Left = 63
  16.       Top = 4
  17.       Width = 153
  18.       Height = 16
  19.       Caption = 'Enter Password to Unlock'
  20.       Font.Color = clBlack
  21.       Font.Height = -13
  22.       Font.Name = 'MS Sans Serif'
  23.       Font.Style = []
  24.       ParentFont = False
  25.     end
  26.     object OrPressCloseLabel: TLabel
  27.       Left = 95
  28.       Top = 20
  29.       Width = 90
  30.       Height = 16
  31.       Caption = 'Or Press Close'
  32.       Font.Color = clBlack
  33.       Font.Height = -13
  34.       Font.Name = 'MS Sans Serif'
  35.       Font.Style = []
  36.       ParentFont = False
  37.     end
  38.     object UserNameLabel: TLabel
  39.       Left = 16
  40.       Top = 55
  41.       Width = 69
  42.       Height = 16
  43.       Caption = 'User Name'
  44.       Font.Color = clBlack
  45.       Font.Height = -13
  46.       Font.Name = 'MS Sans Serif'
  47.       Font.Style = []
  48.       ParentFont = False
  49.     end
  50.     object PasswordLabel: TLabel
  51.       Left = 16
  52.       Top = 75
  53.       Width = 60
  54.       Height = 16
  55.       Caption = 'Password'
  56.       Font.Color = clBlack
  57.       Font.Height = -13
  58.       Font.Name = 'MS Sans Serif'
  59.       Font.Style = []
  60.       ParentFont = False
  61.     end
  62.     object UserNameEdit: TEdit
  63.       Left = 124
  64.       Top = 53
  65.       Width = 137
  66.       Height = 21
  67.       Font.Color = clBlack
  68.       Font.Height = -11
  69.       Font.Name = 'MS Sans Serif'
  70.       Font.Style = []
  71.       ParentFont = False
  72.       ReadOnly = True
  73.       TabOrder = 0
  74.     end
  75.     object PasswordEdit: TEdit
  76.       Left = 124
  77.       Top = 73
  78.       Width = 137
  79.       Height = 21
  80.       Font.Color = clBlack
  81.       Font.Height = -11
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = []
  84.       ParentFont = False
  85.       PasswordChar = '*'
  86.       TabOrder = 1
  87.     end
  88.   end
  89.   object OkButton: TButton [2]
  90.     Left = 36
  91.     Top = 280
  92.     Width = 75
  93.     Height = 25
  94.     Caption = '&Ok'
  95.     Default = True
  96.     TabOrder = 2
  97.     OnClick = OkButtonClick
  98.   end
  99.   object CloseButton: TButton [3]
  100.     Left = 118
  101.     Top = 280
  102.     Width = 75
  103.     Height = 25
  104.     Caption = 'C&lose Journal'
  105.     TabOrder = 3
  106.     OnClick = CloseButtonClick
  107.   end
  108.   object CancelButton: TButton [4]
  109.     Left = 200
  110.     Top = 280
  111.     Width = 75
  112.     Height = 25
  113.     Cancel = True
  114.     Caption = '&Cancel'
  115.     ModalResult = 2
  116.     TabOrder = 4
  117.   end
  118. end
  119.